Conversation
|
You are a GOD! I would recommend you take this git and duplicate it in the modstore for everyone, if Semar is never taking this again, it would be greatly beneficial for everyone in the community to have a new mod they can use. Regardless of that, I am grateful for this contribution |
|
I agree completely with Shaskola! Taking over abandoned mods is a great tradition! Remember Bottleneck was itself the answer to BetterStats being abandoned! And starfi5h is indeed the master! I use 11 of his mods! |
|
thk |
|
@starfi5h 目前还是会有一些似乎不会影响使用的 warning |
|
@starfi5h Could you perhaps take another look at this mod, it doesn't work anymore since the last update a few days ago. Thanks! |
|
@RedRun51 The update in 0.10.28.21150 renames some of the functions. |
In the new game version,
Localizationclass is reworked so the string translate method has to change.In this PR, the strings are stored in a static string pool
Stringsand reloaded after applying the options.It no longer needs CommonAPI as a dependency and has built-in English and Chinese translation.
If the
string.Translate()provides a translation to strings in the string pool, it will use the translation first.In this way, you can add translations for other languages by other translation plugins.
Fix #16, #14